From: Richard M. Stallman Date: Wed, 15 Jun 1994 03:45:54 +0000 (+0000) Subject: Put sys/signal.h and errno.h first, then config.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91165 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6f1d1e478e1f1a90ddf0cd9a6dd82a5e5fbff028;p=emacs.git Put sys/signal.h and errno.h first, then config.h. --- diff --git a/src/hftctl.c b/src/hftctl.c index 17a2c8c7ee9..5fe816abbb5 100644 --- a/src/hftctl.c +++ b/src/hftctl.c @@ -41,13 +41,15 @@ /* */ /***************************************************************/ +#include +#include + +#include #include #include -#include #include #include -#include #include #include #include @@ -56,8 +58,6 @@ #include /* #include */ -#include - #define REMOTE 0x01 #undef ioctl